int LoadPIC(char *file)
Parameter | Type | Description |
---|---|---|
file | char * | filename for the image to load |
Returns TRUE if loading is OK, FALSE an any error.
This function is used to load an image. The extension is looked up and depending on the type of image (TGA or JPG) the appropriate loading function is called.